Changeset 27433 for trunk/ippToPsps/src/ippToPspsConfig.c
- Timestamp:
- Mar 24, 2010, 11:17:35 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/src/ippToPspsConfig.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/src/ippToPspsConfig.c
r27345 r27433 288 288 289 289 psString path = NULL; 290 psStringAppend(&path, "%s/../init/data.xml", this->configsPath); // TODO 290 psStringAppend(&path, "%s/../init/data.xml", this->configsPath); // TODO nasty 291 291 292 292 xmlDoc* doc = ippToPspsConfig_openXmlFile(path); … … 702 702 if (!fitsIn) return false; 703 703 704 // TODO dont need nRows passed in705 706 704 int8_t* int8col = (int8_t*)calloc(nRows, sizeof(int8_t)); 707 705 int16_t* int16col = (int16_t*)calloc(nRows, sizeof(int16_t));
Note:
See TracChangeset
for help on using the changeset viewer.
