<?xml version="1.0"?>
<paste-with-annotations>
  <paste>
    <number>
      <integer>54729</integer>
    </number>
    <user>
      <string>ccgus</string>
    </user>
    <title>
      <string>bdalias</string>
    </title>
    <contents>
      <string>- (id)initWithPath:(NSString *)path relativeToPath:(NSString *)relativePath; {
    OSStatus	anErr = noErr;
    FSRef		ref, relRef;
    
    // MODIFIED BY GUS
    /*
    anErr = PathToFSRef((CFStringRef) [relPath stringByAppendingPathComponent:path],
                        &amp;ref);
    */
    
    anErr = PathToFSRef((CFStringRef) path, &amp;ref);
    
    if (anErr != noErr) {
        return nil;
    }
    
    anErr = PathToFSRef((CFStringRef) relativePath, &amp;relRef);
    
    if (anErr != noErr) {
        debug(@&quot;anErr b: %d&quot;, anErr);
        return nil;
    }
    
    return [self initWithFSRef:&amp;ref relativeToFSRef:&amp;relRef];
}</string>
    </contents>
    <universal-time>
      <integer>3410138198</integer>
    </universal-time>
    <channel>
      <string>None</string>
    </channel>
    <colorization-mode>
      <string></string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <null/>
    </is-unicode>
    <deletion-requested>
      <null/>
    </deletion-requested>
    <deletion-requested-email>
      <null/>
    </deletion-requested-email>
    <expiration-time>
      <null/>
    </expiration-time>
  </paste>
  <annotation>
    <number>
      <integer>1</integer>
    </number>
    <user>
      <string>rentzsch</string>
    </user>
    <title>
      <string>bdalias ccgus patch reason</string>
    </title>
    <contents>
      <string>&quot;a user was complaining about moving files with documents that were relative to em, to another volume, and it was breaking&quot;</string>
    </contents>
    <universal-time>
      <integer>3410138505</integer>
    </universal-time>
    <channel>
      <string>None</string>
    </channel>
    <colorization-mode>
      <string></string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <null/>
    </is-unicode>
    <deletion-requested>
      <null/>
    </deletion-requested>
    <deletion-requested-email>
      <null/>
    </deletion-requested-email>
    <expiration-time>
      <null/>
    </expiration-time>
  </annotation>
</paste-with-annotations>