• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

BathyScapheで画像のインラインプレビューを可能にするプラグイン


Commit MetaInfo

Révision8e209d9d94801275a3f93b66fd87b5523d94f339 (tree)
l'heure2013-04-15 21:34:46
Auteurmasakih <masakih@user...>
Commitermasakih

Message de Log

[Fix] 警告抑止

Change Summary

Modification

--- a/BSIPReferenceViewController.m
+++ b/BSIPReferenceViewController.m
@@ -64,7 +64,7 @@
6464
6565 - (NSString *)sizeString
6666 {
67- return [NSString stringWithFormat:@"%.0f %C %.0f", self.thumbnailSize.width, 0x00D7, self.thumbnailSize.height];
67+ return [NSString stringWithFormat:@"%.0f %C %.0f", self.thumbnailSize.width, (unichar)0x00D7, self.thumbnailSize.height];
6868 }
6969
7070 +(NSSet *)keyPathsForValuesAffectingSizeString