From 97a1de323bf3ab96cc35e254c770eda75feb3b29 Mon Sep 17 00:00:00 2001 From: dscho Date: Fri, 18 Jun 2004 09:12:25 +0000 Subject: now that the examples reside in a subdirectory, the classes path has to be adapted --- examples/pnmshow.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/pnmshow.c') 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); -- cgit v1.2.1