Changeset 1402 for trunk/dll/avl.c


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/avl.c

    r1398 r1402  
    3737  29 Nov 08 GKY Remove or replace with a mutex semaphore DosEnterCriSec where appropriate.
    3838  11 Jan 08 GKY Replace "ARCHIVER.BB2" in string file with global set at compile in init.c
     39  08 Mar 09 GKY Additional strings move to PCSZs in init.c
    3940
    4041***********************************************************************/
     
    698699      if (!DrgAccessDraginfo(pDInfo)) {
    699700        Win_Error(HWND_DESKTOP, HWND_DESKTOP, pszSrcFile, __LINE__,
    700                   "DrgAccessDraginfo");
     701                  PCSZ_DRGACCESSDRAGINFO);
    701702      }
    702703      else {
     
    734735      if (!DrgAccessDraginfo(pDInfo)) {
    735736        Win_Error(HWND_DESKTOP, HWND_DESKTOP, pszSrcFile, __LINE__,
    736                   "DrgAccessDraginfo");
     737                  PCSZ_DRGACCESSDRAGINFO);
    737738      }
    738739      else {
Note: See TracChangeset for help on using the changeset viewer.