Commit 1c102648 authored by kazushi.kawamura's avatar kazushi.kawamura

Fix a bug

parent 0963b761
...@@ -9,7 +9,7 @@ int main(void){ ...@@ -9,7 +9,7 @@ int main(void){
char dir[64] = "../router_01"; char dir[64] = "../router_01";
FILE *fp; FILE *fp;
fp = fopen("b.txt", "r"); fp = fopen("q.txt", "r");
if(fp == NULL){ if(fp == NULL){
printf("File does not exist.\n"); printf("File does not exist.\n");
exit(1); exit(1);
......
Markdown is supported
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