James Morrison <[EMAIL PROTECTED]> writes: > I don't know how portable filegimp needs to be but you may want to > look at asprintf.
One also needs to free the string somewhere (unless gimp uses automatic gc?). Sometimes it's more convenient to use alloca + sprintf than asprintf. /Niels

