~ubuntu-branches/ubuntu/trusty/gnustep-base/trusty

« back to all changes in this revision

Viewing changes to Tools/autogsdoc.m

  • Committer: Package Import Robot
  • Author(s): Benjamin Drung
  • Date: 2012-11-21 13:56:22 UTC
  • mfrom: (8.1.5 experimental)
  • Revision ID: package-import@ubuntu.com-20121121135622-1w035dpxneardw8q
Tags: 1.24.0-1ubuntu1
Backport upstream fix for recent libxml2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
601
601
 
602
602
#import "Foundation/NSArray.h"
603
603
#import "Foundation/NSAutoreleasePool.h"
 
604
#import "Foundation/NSData.h"
604
605
#import "Foundation/NSDictionary.h"
605
606
#import "Foundation/NSEnumerator.h"
606
607
#import "Foundation/NSFileManager.h"
2221
2222
                                  options: NSLiteralSearch];
2222
2223
                  if (r.length == 0)
2223
2224
                    {
2224
 
                      NSLog(@"Missing '#' in href at %u", replace.location);
 
2225
                      NSLog(@"Missing '#' in href at %lu", replace.location);
2225
2226
                      break;
2226
2227
                    }
2227
2228
                  href = [href substringFromIndex: NSMaxRange(r)];
2233
2234
                                  options: NSLiteralSearch];
2234
2235
                  if (r.length == 0)
2235
2236
                    {
2236
 
                      NSLog(@"Missing '$' in href at %u", replace.location);
 
2237
                      NSLog(@"Missing '$' in href at %lu", replace.location);
2237
2238
                      break;
2238
2239
                    }
2239
2240
                  type = [href substringToIndex: r.location];
2272
2273
                        }
2273
2274
                      if (unit == nil)
2274
2275
                        {
2275
 
                          NSLog(@"Missing unit name terminator at %u",
 
2276
                          NSLog(@"Missing unit name terminator at %lu",
2276
2277
                            replace.location);
2277
2278
                          break;
2278
2279
                        }