summaryrefslogtreecommitdiffstats
path: root/pnmshow24.c
diff options
context:
space:
mode:
authordscho <dscho>2002-08-31 14:09:39 +0000
committerdscho <dscho>2002-08-31 14:09:39 +0000
commit0024d7472768635915ee6cc511fc258c121b9b9c (patch)
tree580af88fd581169fbdd2e3a5a02df54e918acc99 /pnmshow24.c
parent08bfb7cb63cd2e9ed35f854965d80833e1e9c8b3 (diff)
downloadlibtdevnc-0024d7472768635915ee6cc511fc258c121b9b9c.tar.gz
libtdevnc-0024d7472768635915ee6cc511fc258c121b9b9c.zip
compiler warnings and format vulnerabilities fixed
Diffstat (limited to 'pnmshow24.c')
-rw-r--r--pnmshow24.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pnmshow24.c b/pnmshow24.c
index 3978f00..e096c7f 100644
--- a/pnmshow24.c
+++ b/pnmshow24.c
@@ -16,7 +16,7 @@ int main(int argc,char** argv)
{
FILE* in=stdin;
int j,width,height,paddedWidth;
- unsigned char buffer[1024];
+ char buffer[1024];
rfbScreenInfoPtr rfbScreen;
if(argc>1) {