1
0
mirror of https://github.com/fumiama/simple-kanban.git synced 2026-06-11 12:10:30 +08:00

优化代码结构

This commit is contained in:
源文雨
2022-05-15 14:48:55 +08:00
parent b39aa5bdf1
commit b885801f8f

View File

@@ -321,7 +321,7 @@ static FILE *open_file(char* file_path, int lock_type, char* mode) {
pthread_rwlock_unlock(&mu);
return NULL;
}
printf("Open file in mode %d\n", mode);
printf("Open file in mode %s\n", mode);
return fp;
}