BugsBiteBugs / sqlitepersistentobjects

Automatically exported from code.google.com/p/sqlitepersistentobjects
0 stars 0 forks source link

2 Typos in NSDate-SQLitePersistence.m #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Just compile the files.

There are two missing "];" in NSDate-SQLitePersistence.m on lines 27 and 34.  
This:

[dateFormatter setDateFormat:@"yyyy-MM-dd HH:mm:ss.SSSS"

Should be:

[dateFormatter setDateFormat:@"yyyy-MM-dd HH:mm:ss.SSSS"];

Original issue reported on code.google.com by davidjc...@gmail.com on 7 Sep 2008 at 4:37

GoogleCodeExporter commented 9 years ago
Ran into this problem myself, same fix.

Original comment by vicke...@gmail.com on 8 Oct 2008 at 3:51

GoogleCodeExporter commented 9 years ago
This fix was checked into the codeline today, thanks.

Original comment by jeff.lam...@gmail.com on 21 Oct 2008 at 4:25

GoogleCodeExporter commented 9 years ago

Original comment by jeff.lam...@gmail.com on 21 Oct 2008 at 4:25