IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12962


Ignore:
Timestamp:
Apr 23, 2007, 10:47:07 AM (19 years ago)
Author:
jhoblitt
Message:

change nebParseURI() to strip off the leading

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/src/nebclient.c

    r10632 r12962  
    44 * Copyright (C) 2005  Joshua Hoblitt
    55 *
    6  * $Id: nebclient.c,v 1.41 2006-12-12 00:31:18 jhoblitt Exp $
     6 * $Id: nebclient.c,v 1.42 2007-04-23 20:47:07 jhoblitt Exp $
    77 */
    88
     
    821821    regmatch_t      mymatch[2];
    822822    char            errbuf[ERRBUF_SIZE];
    823     char            *pattern = "^file:(.*)$";
     823    char            *pattern = "^file://(.*)$";
    824824    int             status;
    825825    size_t          matchStart, matchEnd;
Note: See TracChangeset for help on using the changeset viewer.