Changeset 1402 for trunk/dll/subj.h


Ignore:
Timestamp:
Mar 14, 2009, 6:17:59 PM (16 years ago)
Author:
Gregg Young
Message:

Remove variable aurgs from docopy & unlinkf (not used); Move more strings to PCSZs and string table; Move PCSZs to compile time initialization; Fix hang on startup caused by a drive scan and a dircnr scan trying to update a drive in the tree at the same time (related to the "treeswitch options); Code cleanup mainly removal of old printfs, SayMsgs, DbgMsg and unneeded %s.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/subj.h

    r1213 r1402  
    1010
    1111  Change log
     12  08 Mar 09 GKY Additional strings move to PCSZs
    1213
    1314***********************************************************************/
     
    1920
    2021// Data declarations
    21 extern CHAR *SUBJECT;
     22extern PCSZ SUBJECT;
    2223
    2324#endif // SUBJ_H
Note: See TracChangeset for help on using the changeset viewer.