]> git.cworth.org Git - obsolete/notmuch-old/commit
Remove all calls to g_strdup_printf
authorCarl Worth <cworth@cworth.org>
Mon, 26 Oct 2009 22:17:10 +0000 (15:17 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 26 Oct 2009 22:17:10 +0000 (15:17 -0700)
commit8e96a87fff4d34a154d1456e9ad47e7b0c322d54
tree7b95e88500f85cfbb7f19c77ee73870fac51e1a2
parent94f01d9de914b609e1f02385092b82fd61ca73b5
Remove all calls to g_strdup_printf

Replacing them with calls to talloc_asprintf if possible, otherwise
to asprintf (with it's painful error-handling leaving the pointer
undefined).
database.cc
message-file.c
notmuch-private.h
notmuch.c