Ticket #116: mars.c.diff
| File mars.c.diff, 425 bytes (added by lindquist, 1 year ago) |
|---|
-
mars.c
old new 1024 1024 // include it 1025 1025 if (!global.params.imppath) 1026 1026 global.params.imppath = new Array(); 1027 global.params.imppath->push( p + 2);1027 global.params.imppath->push((void*)mem.strdup(include.c_str())); 1028 1028 } 1029 1029 } 1030 1030
