/ Allocate a buffer of the proper size. */ /
| 389 | /* Allocate a buffer of the proper size. */ |
| 390 | /***********************************************************************/ |
| 391 | void INICOL::AllocBuf(PGLOBAL g) |
| 392 | { |
| 393 | if (!Valbuf) |
| 394 | Valbuf = (char*)PlugSubAlloc(g, NULL, Long + 1); |
| 395 | |
| 396 | } // end of AllocBuf |
| 397 | |
| 398 | /***********************************************************************/ |
| 399 | /* SetBuffer: prepare a column block for write operation. */ |
no test coverage detected