Changeset 365 for trunk/src/sdl/sdl_window_manager.cc
- Timestamp:
- 05/16/15 17:40:16 (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property
svn:global-ignores
set to
vs2012
vs2013
gmake
gmake-clang
-
Property
svn:global-ignores
set to
-
trunk/src/sdl/sdl_window_manager.cc
r336 r365 19 19 if ( SDL_Init(0) < 0 ) 20 20 { 21 NV_LOG ( LOG_CRITICAL, "SDL initialization failed: " <<SDL_GetError( ) );21 NV_LOG_CRITICAL( "SDL initialization failed: ", SDL_GetError( ) ); 22 22 return; // TODO: Error report 23 23 }
Note: See TracChangeset
for help on using the changeset viewer.