summaryrefslogtreecommitdiffstats
path: root/examples/pnmshow.c
diff options
context:
space:
mode:
authordscho <dscho>2004-06-18 09:12:25 +0000
committerdscho <dscho>2004-06-18 09:12:25 +0000
commit97a1de323bf3ab96cc35e254c770eda75feb3b29 (patch)
tree43ea6a5b1b81be03fa9dfa709c11e6221f118579 /examples/pnmshow.c
parenta6d341c01e3356f08de27617c74ebd1b2a3501b5 (diff)
downloadlibtdevnc-97a1de323bf3ab96cc35e254c770eda75feb3b29.tar.gz
libtdevnc-97a1de323bf3ab96cc35e254c770eda75feb3b29.zip
now that the examples reside in a subdirectory, the classes path has to be adapted
Diffstat (limited to 'examples/pnmshow.c')
-rw-r--r--examples/pnmshow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/pnmshow.c b/examples/pnmshow.c
index c02be10..99676d8 100644
--- a/examples/pnmshow.c
+++ b/examples/pnmshow.c
@@ -68,7 +68,7 @@ int main(int argc,char** argv)
rfbScreen->kbdAddEvent = HandleKey;
/* enable http */
- rfbScreen->httpDir = "./classes";
+ rfbScreen->httpDir = "../classes";
/* allocate picture and read it */
rfbScreen->frameBuffer = (char*)malloc(paddedWidth*bytesPerPixel*height);