diff options
| author | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2005-12-06 13:22:35 +0000 |
|---|---|---|
| committer | Jorg Schuler <jcsjcs@users.sourceforge.net> | 2005-12-06 13:22:35 +0000 |
| commit | d13bb14e775c083ebb513cd853818d80daf7d2ce (patch) | |
| tree | 6638c5e468159bc2db0ef56ed16c780f55d95a4f /ChangeLog | |
| parent | af5b87fa2fca1541a36baa4433bc92c595537468 (diff) | |
| download | libgpod-d13bb14e775c083ebb513cd853818d80daf7d2ce.tar.gz libgpod-d13bb14e775c083ebb513cd853818d80daf7d2ce.tar.xz libgpod-d13bb14e775c083ebb513cd853818d80daf7d2ce.zip | |
* src/itdb_itunesdb.c: change g_assert to g_return_if_fail (don't
terminate the application just because the iTunesDB was
manipulated).
* src/db-artwork-parser.c: change g_assert to g_return_if_fail
(don't terminate the application just because the ArtworkDB was
manipulated).
* src/itdb_artwork.c: change g_assert to g_return_if_fail
(don't terminate the application just because the ithmb file was
manipulated).
There's a number of g_asserts left in db-parse-context.c which don't catch programming errors but input errors.
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1188 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2005-12-06 Jorg Schuler <jcsjcs at users.sourceforge.net> + + * src/itdb_itunesdb.c: change g_assert to g_return_if_fail (don't + terminate the application just because the iTunesDB was + manipulated). + + * src/db-artwork-parser.c: change g_assert to g_return_if_fail + (don't terminate the application just because the ArtworkDB was + manipulated). + + * src/itdb_artwork.c: change g_assert to g_return_if_fail + (don't terminate the application just because the ithmb file was + manipulated). + 2005-12-05 Jorg Schuler <jcsjcs at users.sourceforge.net> * src/db-artwork-writer/parser.c: Create ArtworkDB when it does |
