Skip to content

Commit

Permalink
Fix MacOs compiling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoinePrv committed Jul 21, 2020
1 parent eb69f64 commit 2dc3cf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bliss.cc
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ usage(FILE* const fp, const char* argv0)
else program_name = argv0;
if(!program_name or *program_name == 0) program_name = "bliss";

fprintf(fp, "bliss version %s (compiled "__DATE__")\n", bliss::version);
fprintf(fp, "bliss version %s (compiled %s)\n", bliss::version, __DATE__);
fprintf(fp, "Copyright 2003-2015 Tommi Junttila\n");
fprintf(fp,
"\n"
Expand Down

0 comments on commit 2dc3cf0

Please sign in to comment.