name of yellownotes turned around, makes it easier to monitor them
This commit is contained in:
@@ -835,7 +835,7 @@ void YellowNotes::newNote(void *sender)
|
||||
|
||||
char buf[200];
|
||||
int r = rand() % 1000;
|
||||
sprintf(buf, "%llu-%d", milliseconds_since_epoch, r);
|
||||
sprintf(buf, "%d-%llu", r, milliseconds_since_epoch);
|
||||
|
||||
std::string new_note_file = buf;
|
||||
std::string notes_dir = notesDir();
|
||||
|
||||
Reference in New Issue
Block a user