-
elextr yazdı
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.
1e103250
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.