Ignore:
Timestamp:
Dec 6, 2017, 4:57:03 AM (8 years ago)
Author:
Alex Taylor
Message:

Make and test file updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/rexxlib/rexxcups.c

    r60 r62  
    209209    szStem[ RXSTRLEN(argv[0]) ] = '\0';
    210210
     211//printf("Got parameters.\n");
    211212/* TODO
    212213    // Second argument: server name (optional)
     
    217218*/
    218219    iDests = cupsGetDests( &pDests );
     220//printf("Got dests.\n");
    219221
    220222    if ( iDests && pDests ) {
     
    228230                strcat( szDestInfo, "D");
    229231            WriteStemElement( szStem, i+1, szDestInfo );
     232//printf("%s\n", szStem );
    230233        }
    231234        cupsFreeDests( iDests, pDests );
Note: See TracChangeset for help on using the changeset viewer.