Changeset 104 for cpp/gdk/genoconv.cpp
- Timestamp:
- 07/23/13 18:15:30 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/gdk/genoconv.cpp
r82 r104 32 32 { 33 33 if (i>=gcm->converters.size()) return 0; 34 static char t[20]; 35 sprintf(t,"genkonw%d",i); 36 return t; 34 sprintf(tmp_id,"genkonw%d",i); 35 return tmp_id; 37 36 } 38 37 … … 174 173 { 175 174 if (in.getFormat()==format) return in; 176 staticchar path[10];175 char path[10]; 177 176 int dep; 178 177 char *ret;
Note: See TracChangeset
for help on using the changeset viewer.