Skip to content

Commit

Permalink
fixed minor truncation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
seanm committed Jun 27, 2013
1 parent 367db26 commit e2e9785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.m
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
main.m
Created by Nathan Day on 05.12.01 under a MIT-style license.
Copyright (c) 2008-2011 Nathan Day
Copyright (c) 2008-2013 Nathan Day
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -44,7 +44,7 @@ int main (int argc, const char * argv[])
(void)argv;

NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
char theChoice;
int theChoice;
char theString[PATH_MAX];

printf( "Path is [%s]\n", getcwd( theString, sizeof(theString) ) );
Expand Down

0 comments on commit e2e9785

Please sign in to comment.