diff options
author | Alan Hourihane <alanh@tungstengraphics.com> | 2008-11-05 11:59:12 +0000 |
---|---|---|
committer | Alan Hourihane <alanh@tungstengraphics.com> | 2008-11-05 11:59:12 +0000 |
commit | 2382dc8aff9983da9ef1be03de38d4ab82105b19 (patch) | |
tree | 9a468d991fa58d0bb41244ee343410fd7dabdcf8 /progs/util | |
parent | 9e1f0e173e5619d2ce95a74158803d94b3d6ff8a (diff) | |
parent | aab429c8df228271786890691a43786baf091b37 (diff) |
Merge commit 'origin/master' into gallium-0.2
Diffstat (limited to 'progs/util')
-rw-r--r-- | progs/util/shaderutil.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/util/shaderutil.c b/progs/util/shaderutil.c index 4f17dd7efa..745851395a 100644 --- a/progs/util/shaderutil.c +++ b/progs/util/shaderutil.c @@ -80,6 +80,7 @@ CompileShaderFile(GLenum shaderType, const char *filename) FILE *f = fopen(filename, "r"); if (!f) { + fprintf(stderr, "Unable to open shader file %s\n", filename); return 0; } |