Changeset 348 for tools/dbc_export/UDBC.pas
- Timestamp:
- Mar 1, 2010, 4:04:25 PM (15 years ago)
- Location:
- tools/dbc_export
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/dbc_export
- Property svn:ignore
-
old new 1 1 bin 2 2 *.bak 3 backup
-
- Property svn:ignore
-
tools/dbc_export/UDBC.pas
r340 r348 118 118 for Col := 1 to Length(StringList[Row]) do 119 119 WriteByte(Ord(StringList[Row][Col])); 120 WriteByte(0); 120 121 end; 121 122 end;
Note:
See TracChangeset
for help on using the changeset viewer.