@@ -153,7 +153,7 void initialize(void){ | |||||
153 | char the_path_true[the_number]; |
|
153 | char the_path_true[the_number]; | |
154 | memcpy(the_path_true,the_path,the_number); |
|
154 | memcpy(the_path_true,the_path,the_number); | |
155 | the_path_true[the_number] = '\0'; |
|
155 | the_path_true[the_number] = '\0'; | |
156 | printf("%s%n",the_path_true,&crr2); |
|
156 | //printf("%s%n",the_path_true,&crr2); | |
157 | //printf("=%d",crr2); |
|
157 | //printf("=%d",crr2); | |
158 | //printf("END3\n"); |
|
158 | //printf("END3\n"); | |
159 | //printf("PATH: %s",s); |
|
159 | //printf("PATH: %s",s); |
General Comments 0
You need to be logged in to leave comments.
Login now