Changeset 365 for branches/branch-1-0/src/helpers/wphandle.c
- Timestamp:
- May 26, 2008, 4:33:24 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1-0/src/helpers/wphandle.c
r302 r365 24 24 25 25 /* 26 * This file Copyright (C) 1997-200 5Ulrich Mller,26 * This file Copyright (C) 1997-2008 Ulrich Mller, 27 27 * This file is part of the "XWorkplace helpers" source package. 28 28 * This is free software; you can redistribute it and/or modify … … 279 279 * 280 280 *@@added V0.9.16 (2001-10-02) [umoeller] 281 *@@changted V0.9.17 (2002-02-05) [umoeller]: added fQuitOnErrors 281 *@@changed V0.9.17 (2002-02-05) [umoeller]: added fQuitOnErrors 282 *@@changed XWP V1.0.8 (2008-05-25) [pr]: made DBCS safe @@fixes 1070 282 283 */ 283 284 … … 317 318 318 319 // upper the node name for string comparisons 319 strupr(pDriv->szName);320 nlsUpper(pDriv->szName); // V1.0.8 (2008-05-25) 320 321 321 322 // create a drive tree node … … 347 348 348 349 // upper the node name for string comparisons 349 strupr(pNode->szName);350 nlsUpper(pNode->szName); // V1.0.8 (2008-05-25) 350 351 351 352 // create a node tree node … … 643 644 * 644 645 *@@changed V0.9.16 (2001-10-19) [umoeller]: rewritten 646 *@@changed V1.0.8 (2008-05-25) [pr]: made DBCS safe @@fixes 1070 645 647 */ 646 648 … … 681 683 pEnd = NULL; 682 684 683 strupr(pszFilename);685 nlsUpper(pszFilename); // V1.0.8 (2008-05-25) 684 686 685 687 // 1) OK, find the drive.
Note:
See TracChangeset
for help on using the changeset viewer.