Changeset 422 for branches/smbpdr-1.0


Ignore:
Timestamp:
Mar 5, 2010, 8:41:25 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

smb.pdr 1.0.1 changes

Location:
branches/smbpdr-1.0
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/smbpdr-1.0/build.cmd

    r177 r422  
     1
     2
     3
     4
    15del smb.o
    26del smb.pdr
  • branches/smbpdr-1.0/changelog

    r177 r422  
     1
     2
     3
     4
     5
     6
     7
     8
    19Version 1.0-RC5    14-04-2009 (Update by Alex Taylor)
    210  +Added:   The port description (seen on the "Output Port" properties page)
  • branches/smbpdr-1.0/smb.c

    r177 r422  
    10661066        while (rc != 0)
    10671067        {
    1068                 sprintf(errorstr,"Error during spooling to smb://%s:****@%s/%s/%s",username,workgroup,ip_add,queue_name);
     1068                sprintf(errorstr,"Error ,username,workgroup,ip_add,queue_name);
    10691069                resp = WinMessageBox (HWND_DESKTOP,
    10701070                                                        HWND_DESKTOP,
Note: See TracChangeset for help on using the changeset viewer.