origPath 347 util_exec.cpp JASSERT(newArgv0Len > strlen(origPath) + 1) origPath 348 util_exec.cpp (newArgv0Len) (origPath) (strlen(origPath)) .Text("Buffer not large enough"); origPath 350 util_exec.cpp strncpy(newArgv0, origPath, newArgv0Len);