| 5388 | } |
| 5389 | |
| 5390 | static int cdl_savecdlogfileas(lua_State *L) |
| 5391 | { |
| 5392 | #ifdef __WIN_DRIVER__ |
| 5393 | const char *nameo = luaL_checkstring(L, 1); |
| 5394 | RenameCDLog(nameo); |
| 5395 | SaveCDLogFile(); |
| 5396 | #endif |
| 5397 | return 0; |
| 5398 | } |
| 5399 | |
| 5400 | static int cdl_docdlogger(lua_State *L) |
| 5401 | { |
nothing calls this directly
no test coverage detected