Add .pc.in files for all the new extension libraries. Generate .pc files from the...
[free-sw/xcb/libxcb] / src / c-client.xsl
index 6306a5c..56dbaac 100644 (file)
@@ -1091,7 +1091,7 @@ authorization from the authors.
 
   <xsl:template match="bit" mode="output-expression">
     <xsl:text>(1 &lt;&lt; </xsl:text>
-    <xsl:value-of select="@bit" />
+    <xsl:value-of select="." />
     <xsl:text>)</xsl:text>
   </xsl:template>