oops! strncpy is tricky and uri was a pointer not an array.
authorbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 17 Sep 2009 18:37:22 +0000 (18:37 +0000)
committerbarbieri <barbieri@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 17 Sep 2009 18:37:22 +0000 (18:37 +0000)
commitd88c8713d012eebd1afef911268ea2b363c93779
treea73ede518f440a14bb64343962239904ef95051e
parent2ea8bdf52e21907ee552903a89d8a4c8be9152fb
oops! strncpy is tricky and uri was a pointer not an array.

people were not noticing it as they were using 64 bits machines... but
with 32 bits just 4 bytes were copied and 3 were missing :-P

git-svn-id: https://svn.enlightenment.org/svn/e/trunk/ethumb@42549 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/Ethumb.c