Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 517730 | Differences between
and this patch

Collapse All | Expand All

(-)src/c/wrapper.c.old (-1 / +1 lines)
Lines 4908-4914 Link Here
4908
    if (!path) {
4908
    if (!path) {
4909
        log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_WARN, TEXT("The configured wrapper.java.command could not be found, attempting to launch anyway: %s"), *para);
4909
        log_printf(WRAPPER_SOURCE_WRAPPER, LEVEL_WARN, TEXT("The configured wrapper.java.command could not be found, attempting to launch anyway: %s"), *para);
4910
    } else {
4910
    } else {
4911
        replacePath = getBooleanProperty(properties, TEXT("wrapper.java.command.resolve"), TRUE);
4911
        replacePath = getBooleanProperty(properties, TEXT("wrapper.java.command.resolve"), FALSE);
4912
        if (replacePath == TRUE) {
4912
        if (replacePath == TRUE) {
4913
            free(*para);
4913
            free(*para);
4914
            *para = malloc((_tcslen(path) + 1) * sizeof(TCHAR));
4914
            *para = malloc((_tcslen(path) + 1) * sizeof(TCHAR));

Return to bug 517730