Show
Ignore:
Timestamp:
08/18/08 12:28:50 (5 months ago)
Author:
Chuck.Esterbrook
Message:

Code cleanup.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cobra/trunk/Source/Compiler.cobra

    r1574 r1583  
    15491549                # *sigh* 
    15501550                if fileName.length>=2 and fileName[1]==c':' 
    1551                         fileName = Utils.capped(fileName) 
     1551                        fileName = fileName.capped 
    15521552 
    15531553                # TODO: handle relative paths like ..\foo.cobra which C# spells out as absolute paths