istereo

diff src/respath.c @ 27:fd39c0198935

normal mapped tunnel
author John Tsiombikas <nuclear@mutantstargoat.com>
date Thu, 08 Sep 2011 08:30:00 +0300
parents 32503603eb7d
children ff055bff6a15
line diff
     1.1 --- a/src/respath.c	Thu Sep 08 06:28:38 2011 +0300
     1.2 +++ b/src/respath.c	Thu Sep 08 08:30:00 2011 +0300
     1.3 @@ -51,6 +51,8 @@
     1.4  		}
     1.5  		node = node->next;
     1.6  	}
     1.7 +
     1.8 +	fprintf(stderr, "can't find resource: %s\n", fname);
     1.9  	return 0;
    1.10  }
    1.11