mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-24 06:53:08 +03:00
Merge pull request #2872 from 0xbf00/master
[c/en] Correct off-by-one error
This commit is contained in:
commit
c70502eae5
@ -348,7 +348,7 @@ int main (int argc, char** argv)
|
||||
printf("Error occurred at i = %d & j = %d.\n", i, j);
|
||||
/*
|
||||
https://ideone.com/GuPhd6
|
||||
this will print out "Error occurred at i = 52 & j = 99."
|
||||
this will print out "Error occurred at i = 51 & j = 99."
|
||||
*/
|
||||
|
||||
///////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user