fix compilation warning in main.m

This commit is contained in:
Mathieu Virbel 2013-02-11 21:34:03 +01:00
parent e547ffb97d
commit cc2051fd0d

View file

@ -94,7 +94,7 @@ void export_orientation() {
result = [result stringByAppendingString:item];
}
putenv([result UTF8String]);
putenv((char *)[result UTF8String]);
//NSLog(@"Available orientation: %@", result);
}