From: Carl Worth Date: Mon, 26 Oct 2009 22:17:10 +0000 (-0700) Subject: Remove all calls to g_strdup_printf X-Git-Tag: 0.1~688 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;ds=inline;h=8e96a87fff4d34a154d1456e9ad47e7b0c322d54;hp=8e96a87fff4d34a154d1456e9ad47e7b0c322d54;p=notmuch 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). ---