We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29556a4 commit e2dc984Copy full SHA for e2dc984
1 file changed
src/main.c
@@ -131,7 +131,7 @@ int main(void){
131
MsfGifResult result = msf_gif_end(&gifState);
132
if (result.data) {
133
time_t now = time(NULL);
134
- const char * gif_path =TextFormat("../demos_gif/gif_snasket_%d.gif", (u32)now);
+ const char * gif_path =TextFormat("gif_snasket_%d.gif", (u32)now);
135
FILE * fp = fopen(gif_path, "wb");
136
fwrite(result.data, result.dataSize, 1, fp);
137
fclose(fp);
0 commit comments