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

« back to all changes in this revision

Viewing changes to Tools/pl.m

Tags: upstream-1.20.0
ImportĀ upstreamĀ versionĀ 1.20.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
*/
24
24
 
 
25
#import "common.h"
25
26
 
26
 
#import <Foundation/Foundation.h>
 
27
#import "Foundation/NSArray.h"
 
28
#import "Foundation/NSAutoreleasePool.h"
 
29
#import "Foundation/NSData.h"
 
30
#import "Foundation/NSException.h"
 
31
#import "Foundation/NSFileHandle.h"
 
32
#import "Foundation/NSFileManager.h"
 
33
#import "Foundation/NSPathUtilities.h"
 
34
#import "Foundation/NSProcessInfo.h"
 
35
#import "Foundation/NSUserDefaults.h"
27
36
 
28
37
void create_output(id propertyList)
29
38
{
72
81
  NS_DURING
73
82
      propertyList = [string propertyList];
74
83
  NS_HANDLER
75
 
      NSLog([localException description]);
 
84
      NSLog(@"%@", localException);
76
85
  NS_ENDHANDLER
77
86
 
78
87
  // return the results