diff options
Diffstat (limited to 'examples/pnmshow.c')
-rw-r--r-- | examples/pnmshow.c | 2 |
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); |