Skip to content

Commit

Permalink
-Fix: CrashLog_LogVersion() show the right number of "bits"
Browse files Browse the repository at this point in the history
  • Loading branch information
miniupnp committed Apr 19, 2018
1 parent 33102a4 commit 761e161
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/crashlog/crashlog.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@ static void CrashLog_LogVersion(char *buffer)
" Build date: %s\n\n",
g_opendune_revision,
g_opendune_revision_modified,
#if (defined(_WIN64) || defined(_LP64))
64,
#else
32,
#endif
(int)(8*sizeof(char *)/sizeof(char)),
g_opendune_build_date
);
}
Expand Down

0 comments on commit 761e161

Please sign in to comment.