Skip to content

Commit

Permalink
We cannot write to nil... blame Parth
Browse files Browse the repository at this point in the history
  • Loading branch information
emsquared committed Aug 9, 2012
1 parent 355fccd commit 8dfa27e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<key>TXBundleBuildCodeName</key>
<string>Turtle Soup</string>
<key>TXBundleBuildNumber</key>
<string>12323</string>
<string>12324</string>
<key>TXBundleBuildReference</key>
<string>2.1.1-287-g03ad8bd-appstore</string>
<string>2.1.1-288-g355fccd-debug</string>
</dict>
</plist>
2 changes: 1 addition & 1 deletion Resources/Plugins/System Profiler/TPI_SP_SysInfo.m
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ + (NSString *)graphicsCardInfo
CFRelease(serviceDictionary);
}

NSString *res = nil;
NSString *res = NSStringEmptyPlaceholder;

for (NSInteger i = 0; i < [gpuList count]; i++) {
res = [res stringByAppendingString:[gpuList objectAtIndex:i]];
Expand Down

0 comments on commit 8dfa27e

Please sign in to comment.