Skip to content
Snippets Groups Projects
Commit 453ed92b authored by AIGLE STIVEN's avatar AIGLE STIVEN
Browse files

fix infinite loop

parent f5270472
Branches
Tags
No related merge requests found
......@@ -24,6 +24,7 @@ void init_level(const char* file_path){
int current_column = 0;
while(*buffer && *buffer != '\n'){
current_column += 1;
buffer += 1;
}
current_row += 1;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment