We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b9b411 + b90b83c commit 852a2c9Copy full SHA for 852a2c9
FSNode/FSNIcon.m
@@ -156,7 +156,7 @@ - (NSString*) description
156
s = [s stringByAppendingString:[node path]];
157
if ([node isMountPoint])
158
s = [s stringByAppendingString:@" isMountPoint "];
159
- s = [s stringByAppendingString: [NSString stringWithFormat:@" gridIndex: %d", gridIndex]];
+ s = [s stringByAppendingString: [NSString stringWithFormat:@" gridIndex: %u", (unsigned)gridIndex]];
160
s = [s stringByAppendingString:@" }"];
161
return s;
162
}
0 commit comments