Ignore:
Timestamp:
Dec 11, 2007, 9:44:35 AM (18 years ago)
Author:
Paul Smedley
Message:

test fix for Ticket #9

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/lib/version.c

    r105 r108  
    2929        static fstring samba_version;
    3030        static BOOL init_samba_version;
    31 #ifdef SAMBA_VENDOR_PATCH
     31#ifdef SAMBA_VERSION_VENDOR_PATCH
    3232        fstring tmp_version;
    3333        size_t remaining;
     
    4141                SAMBA_VERSION_VENDOR_SUFFIX);
    4242
    43 #ifdef SAMBA_VENDOR_PATCH
     43#ifdef SAMBA_VERSION_VENDOR_PATCH
    4444        remaining = sizeof(samba_version)-strlen(samba_version);
    45         snprintf( tmp_version, sizeof(tmp_version),  "-%d", SAMBA_VENDOR_PATCH );
     45        snprintf( tmp_version, sizeof(tmp_version),  "-%d", SAMBA_VERSION_VENDOR_PATCH);
    4646        strlcat( samba_version, tmp_version, remaining-1 );
    4747#endif
Note: See TracChangeset for help on using the changeset viewer.