Ignore:
Timestamp:
Dec 23, 2009, 8:55:15 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

GUI-Tools: EVFSGUI Version 2.0 GA level code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/guitools-2.0/shared/cltinit.vrs

    r348 r349  
    118118    /* Messages from Samba will go here */
    119119    samba.!error = SysTempFileName(TempDir'smb_err.???')
     120    IF options.!debug == 1 THEN say '  samba.!error   = "'samba.!error'"'
    120121    samba.!msg   = SysTempFileName(TempDir'smb_msg.???')
     122    IF options.!debug == 1 THEN say '  samba.!msg     = "'samba.!error'"'
    121123    /* Use of this file is deprecated */
    122124    ErrorFile  = Tempdir'smbutil.error'
Note: See TracChangeset for help on using the changeset viewer.