Skip to content

Commit e2dc984

Browse files
author
probandosi
committed
cambio en la ruta de exportar gifs
1 parent 29556a4 commit e2dc984

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ int main(void){
131131
MsfGifResult result = msf_gif_end(&gifState);
132132
if (result.data) {
133133
time_t now = time(NULL);
134-
const char * gif_path =TextFormat("../demos_gif/gif_snasket_%d.gif", (u32)now);
134+
const char * gif_path =TextFormat("gif_snasket_%d.gif", (u32)now);
135135
FILE * fp = fopen(gif_path, "wb");
136136
fwrite(result.data, result.dataSize, 1, fp);
137137
fclose(fp);

0 commit comments

Comments
 (0)