Ignore:
Timestamp:
2008-06-12T17:07:05+12:00 (16 years ago)
Author:
oranfry
Message:

code typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • release-kits/shared/linux/wrapper.cpp

    r15975 r15976  
    2929    //extract files
    3030    cout << "Extracting installer jar..." << endl;
    31     succeeded = extract_bundled_file( @installer.name@jar, sizeof(@installer.name@), (char*)jarfile.c_str(), false);
     31    succeeded = extract_bundled_file( @installer.name@jar, sizeof(@installer.name@jar), (char*)jarfile.c_str(), false);
    3232
    3333    cout << "Extracting search4j tool..." << endl;
Note: See TracChangeset for help on using the changeset viewer.