Changeset 87c8f1a in opengl-game for crash-logger.cpp
- Timestamp:
- Nov 1, 2019, 5:11:45 PM (5 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- d2d9286
- Parents:
- 34bdf3a
- git-author:
- Dmitry Portnoy <dmitry.portnoy@…> (11/01/19 17:09:16)
- git-committer:
- Dmitry Portnoy <dmitry.portnoy@…> (11/01/19 17:11:45)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
crash-logger.cpp
r34bdf3a r87c8f1a 158 158 char* begin_name = NULL; 159 159 char* begin_offset = NULL; 160 char* end_offset = NULL;161 160 162 161 #ifdef MAC … … 200 199 write(fd_out, "\n", 1); 201 200 #else 201 char* end_offset = NULL; 202 202 203 for (char *p = symbollist[i]; *p; p++) { 203 204 if (*p == '(') {
Note:
See TracChangeset
for help on using the changeset viewer.