2025-11-29 00:48 CET

spring: develop 5db2f8cb Diff ] Back to Repository ]
Author Committer Branch Timestamp Parent
tvo tvo develop 2006-08-03 14:23:43 develop e61dd687
Changeset * Fix a while bunch of bugs in commandline parsing:
  * Crash on string parameters (not tested, but strcpy'ing to non-allocated memory ought to crash..).
  * Crash on missing parameters.
  * POSIX long option (ie. '--fullscreen') support was broken.



git-svn-id: https://spring.clan-sy.com/svn/spring/trunk@1734 37977431-3df6-0310-b722-df95706aa16b
mod - rts/System/Platform/BaseCmd.cpp Diff ] File ]
mod - rts/System/Platform/BaseCmd.h Diff ] File ]
mod - rts/System/Platform/Linux/PosixCmd.cpp Diff ] File ]
mod - rts/System/Platform/Linux/PosixCmd.h Diff ] File ]
mod - rts/System/Platform/Win/Win32Cmd.cpp Diff ] File ]