mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
c3966413e9
Removefile returns remove() and CreateFolder returns fs_makedir(), but they returns 0 on success and non-zero on error. Fix that, RemoveFile and CreateFolder should return true on success. (they return false when the type argument is invalid). note: bug has remained unoticed because noone uses CreateFolder, and the user of RemoveFile (the demo browser's remove button) doesn't check the return value. |
||
---|---|---|
data | ||
datasrc | ||
docs | ||
objs | ||
other | ||
scripts | ||
src | ||
.gitignore | ||
bam.lua | ||
configure.lua | ||
license.txt | ||
readme.txt | ||
storage.cfg |
Copyright (c) 2010 Magnus Auvinen This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Please visit http://www.teeworlds.com for up-to-date information about the game, including new versions, custom maps and much more.