gdiplus: Allow NULL format in GdipAddPathString.
commit101bcc221d4a446aca3c959f5150757de9e5b88c
authorDavid Kahurani <k.kahurani@gmail.com>
Sun, 18 Jun 2023 11:41:45 +0000 (18 14:41 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 19 Jun 2023 19:10:17 +0000 (19 21:10 +0200)
tree7b3270996c51a84c1926426d39e5f8f2712f0f6e
parent29d543d12a2085be8513859369291bbcc35694db
gdiplus: Allow NULL format in GdipAddPathString.

GdipAddPathString accepts NULL for format and presumably uses
the default format for formating

Signed-off-by: David Kahurani <k.kahurani@gmail.com>
dlls/gdiplus/graphicspath.c