Changeset 1161 for trunk/dll/pathutil.c


Ignore:
Timestamp:
Sep 5, 2008, 11:42:27 PM (17 years ago)
Author:
John Small
Message:

Ticket 187: Draft 1: Functions only

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/pathutil.c

    r1047 r1161  
    2323
    2424#include "pathutil.h"
     25#include "strips.h"                     // remove_first_occurence_of_character
    2526#include "fm3dll.h"                     // needs_quoting
    2627#include "fm3str.h"
     
    6465{
    6566  UINT c = pszPathName ? strlen(pszPathName) : 0;
    66   BOOL q = needs_quoting(pszPathName) ||
    67            needs_quoting(pszFileName);
     67  BOOL q = needs_quoting(pszPathName) || needs_quoting(pszFileName);
    6868  PSZ psz = pszFullPathName;
    6969
Note: See TracChangeset for help on using the changeset viewer.