Parent Directory
|
Revision Log
|
Patch
revision 2024 by ksteube, Thu Sep 25 23:11:13 2008 UTC | revision 2025 by jfenwick, Tue Nov 11 00:18:33 2008 UTC | |
---|---|---|
# | Line 44 void Paso_resetError(void) { | Line 44 void Paso_resetError(void) { |
44 | } | } |
45 | ||
46 | /* sets an error */ | /* sets an error */ |
47 | void Paso_setError(Paso_ErrorCodeType err,char* msg) { | void Paso_setError(Paso_ErrorCodeType err,__const char* msg) { |
48 | size_t lenMsg=strlen(msg); | size_t lenMsg=strlen(msg); |
49 | if (Paso_noError()) { | if (Paso_noError()) { |
50 | printf("error set = %d %s\n",err,msg); | printf("error set = %d %s\n",err,msg); |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |