Address review comments

This commit is contained in:
Tom Hvitved
2024-10-29 20:36:16 +01:00
parent baeffa2345
commit cc94c42f87
2 changed files with 5 additions and 5 deletions

View File

@@ -73,7 +73,7 @@ int main(int argc, char** argv) { // $ Source=argv
char buffer[1024];
read(0, buffer, 1024); // $ Source=read_output1
read(0, buffer, 1024); // $ Source=read_output2
fopen(buffer, "wb+"); // $ Alert=read_output1 $ Alert=read_output2
fopen(buffer, "wb+"); // $ SPURIOUS: Alert=read_output1 $ Alert=read_output2 [duplicated with both sources]
}
{