diff options
| author | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-12-06 13:22:35 +0000 |
|---|---|---|
| committer | jcsjcs <jcsjcs@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2005-12-06 13:22:35 +0000 |
| commit | 69a042bacd99169bfede7dc4551b269feaf8e9d0 (patch) | |
| tree | 6638c5e468159bc2db0ef56ed16c780f55d95a4f /ChangeLog | |
| parent | 0a22380b47784d81d71bf6b77354cbe826ffeeab (diff) | |
| download | libgpod-69a042bacd99169bfede7dc4551b269feaf8e9d0.tar.gz libgpod-69a042bacd99169bfede7dc4551b269feaf8e9d0.tar.xz libgpod-69a042bacd99169bfede7dc4551b269feaf8e9d0.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 |
