]> git.notmuchmail.org Git - notmuch/commitdiff
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)
Replacing them with calls to talloc_asprintf if possible, otherwise
to asprintf (with it's painful error-handling leaving the pointer
undefined).


No differences found