This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 189791
Collapse All | Expand All

(-)a/apisupport.harness/windows-launcher-src/applauncher.cpp (-1 / +1 lines)
Lines 147-151 Link Here
147
}
147
}
148
148
149
const char * AppLauncher::getCurrentDir() {
149
const char * AppLauncher::getCurrentDir() {
150
    return baseDir.c_str();
150
    return 0;
151
}
151
}

Return to bug 189791