aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-12-20 11:36:23 +0100
committerache <ache@ache.one>2018-12-20 11:36:23 +0100
commit54614929c8f6cc32cb2aed9022e0d663411c1ae1 (patch)
tree57bc71f87f2d4759f5469010a0dd68b1b44f33ad
parentImprove loggers (diff)
Modify the tmp file from todo to mesms
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 6a7e327..32cad3d 100644
--- a/main.c
+++ b/main.c
@@ -264,7 +264,7 @@ int main(int argc, char* argv[]){
defaultEditor = visEditor;
}
FILE* tmp = NULL;
- char fileName[] = "todo.cpp_XXXXXX";
+ char fileName[] = "mesms_XXXXXX.txt";
int fd = mkstemp(fileName);
close(fd);