• R/O
  • HTTP
  • SSH
  • HTTPS

提交

Frequently used words (click to add to your profile)

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

iSightを使ってBooklog,MediaMarkerインポート用CSVファイルを生成するアプリ


Commit MetaInfo

修訂e0de1d48893c6337da99c5e5c0157b485beec234 (tree)
時間2011-06-01 21:40:30
作者masakih <masakih@user...>
Commitermasakih

Log Message

[Fix] BookLogエクスポート形式でファイルの最後にNewLineを入れるようにした。

Change Summary

差異

--- a/BEBooklogBooksExporter.m
+++ b/BEBooklogBooksExporter.m
@@ -71,5 +71,9 @@
7171 normalizeString([registerDateFormatter stringFromDate:book.readDate]),
7272 normalizeString([registerDateFormatter stringFromDate:book.registerDate])];
7373 }
74+- (BOOL)needsNewLineToEndOfFile
75+{
76+ return YES;
77+}
7478
7579 @end