diff options
author | Max Horn | 2005-04-13 18:36:55 +0000 |
---|---|---|
committer | Max Horn | 2005-04-13 18:36:55 +0000 |
commit | 839c8add38ba710654cbe304493521584e663dd7 (patch) | |
tree | b9e5975f1ec1911e14045e0c197fe13e5880464b /backends | |
parent | a5993b21129b133bdbd570a3f540caf44c0c3958 (diff) | |
download | scummvm-rg350-839c8add38ba710654cbe304493521584e663dd7.tar.gz scummvm-rg350-839c8add38ba710654cbe304493521584e663dd7.tar.bz2 scummvm-rg350-839c8add38ba710654cbe304493521584e663dd7.zip |
Get rid of errno; add some (optional) error checking facilities to SaveFile classes (they are ugly, and to simple, but better than nothing)
svn-id: r17589
Diffstat (limited to 'backends')
-rw-r--r-- | backends/PalmOS/Src/missing/_stdio.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/backends/PalmOS/Src/missing/_stdio.cpp b/backends/PalmOS/Src/missing/_stdio.cpp index 8857ee6db5..f2ee63ac51 100644 --- a/backends/PalmOS/Src/missing/_stdio.cpp +++ b/backends/PalmOS/Src/missing/_stdio.cpp @@ -29,8 +29,6 @@ static UInt16 gStdioVolRefNum = sysInvalidRefNum; static void dummy(Boolean){}; -// TODO : implement "errno" - void StdioInit(UInt16 volRefNum, const Char *output, LedProc ledProc) { gStdioVolRefNum = volRefNum; |