Ignore:
Timestamp:
Sep 23, 2006, 8:52:00 AM (18 years ago)
Author:
andree
Message:

Turn assignment into comparison when evaluating the paths to exclude.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/mondo/mondoarchive/mondo-cli.c

    r805 r809  
    695695                 * so handled here for the moment */
    696696                q--;
    697                 if (*q = '/') {
     697                if (*q == '/') {
    698698                    *q = '\0';
    699699                }
Note: See TracChangeset for help on using the changeset viewer.