Changeset 773 in Sophya for trunk/SophyaLib/BaseTools/pexceptions.cc
- Timestamp:
- Mar 10, 2000, 4:23:01 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/pexceptions.cc
r512 r773 22 22 } 23 23 24 string BuildLongExceptionMessage(const char * s, const char *file, int line) 25 { 26 char buff[32]; 27 sprintf(buff," Line=%d", line); 28 string rs=s; 29 rs += " File="; rs += file; rs += buff; 30 return(rs); 31 } 32 24 33 #endif
Note:
See TracChangeset
for help on using the changeset viewer.