Changeset 488 in dev for trunk/ab5.0/abdev/BasicCompiler_Common
- Timestamp:
 - Apr 10, 2008, 2:29:34 AM (18 years ago)
 - File:
 - 
      
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/ab5.0/abdev/BasicCompiler_Common/src/Messenger.cpp
r480 r488 343 343 { 344 344 char temporary[1024]; 345 sprintf( temporary, "%s(%d) -%s",346 Jenga::Common::Path( sourceFilePath ).GetFileName().c_str(),345 sprintf( temporary, "%s(%d) : %s", 346 sourceFilePath.c_str(), 347 347 sourceLineNum, 348 348 GetMessageString().c_str()  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  