summaryrefslogtreecommitdiff
path: root/xc/programs/Xserver/Xprint/pcl/PclInit.c
diff options
context:
space:
mode:
Diffstat (limited to 'xc/programs/Xserver/Xprint/pcl/PclInit.c')
-rw-r--r--xc/programs/Xserver/Xprint/pcl/PclInit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/programs/Xserver/Xprint/pcl/PclInit.c b/xc/programs/Xserver/Xprint/pcl/PclInit.c
index 3a194cd6a..5ee49631e 100644
--- a/xc/programs/Xserver/Xprint/pcl/PclInit.c
+++ b/xc/programs/Xserver/Xprint/pcl/PclInit.c
@@ -76,7 +76,7 @@ not be used in advertising or otherwise to promote the sale, use or other
dealings in this Software without prior written authorization from said
copyright holders.
*/
-/* $XFree86: xc/programs/Xserver/Xprint/pcl/PclInit.c,v 1.11 2001/12/21 21:02:05 dawes Exp $ */
+/* $XFree86: xc/programs/Xserver/Xprint/pcl/PclInit.c,v 1.12 2002/10/16 21:13:32 dawes Exp $ */
#include <stdio.h>
#include <string.h>
@@ -292,7 +292,7 @@ InitializePclDriver(
static void
AllocatePclPrivates(ScreenPtr pScreen)
{
- static long PclGeneration = -1;
+ static unsigned long PclGeneration = 0;
if((unsigned long) PclGeneration != serverGeneration)
{