Make save actions use something bigger than a pointer for a buffer
commit1e1032505d16a26d018a66908bef54c8e899c4bb
authorelextr <elextr@gmail.com>
Thu, 2 May 2013 07:51:12 +0000 (2 17:51 +1000)
committerelextr <elextr@gmail.com>
Thu, 2 May 2013 07:51:12 +0000 (2 17:51 +1000)
treeb823e75115ecbfd1b14c2e7865d991fe8cad8af7
parent5c37ca87f0a6fc612a083cfb74212970cd4f11c7
Make save actions use something bigger than a pointer for a buffer

At commit 160e5e stamp was changed from a gchar[512] to a gchar*
but the copy loop still used stamp and sizeof(stamp) as the buffer.
Now gchar[512] buffer is used again.
plugins/saveactions.c