Revision: 7138
          http://skim-app.svn.sourceforge.net/skim-app/?rev=7138&view=rev
Author:   hofman
Date:     2011-03-04 11:56:23 +0000 (Fri, 04 Mar 2011)

Log Message:
-----------
fix length of variable

Modified Paths:
--------------
    trunk/NSData_SKExtensions.m

Modified: trunk/NSData_SKExtensions.m
===================================================================
--- trunk/NSData_SKExtensions.m 2011-03-04 10:53:05 UTC (rev 7137)
+++ trunk/NSData_SKExtensions.m 2011-03-04 11:56:23 UTC (rev 7138)
@@ -108,8 +108,8 @@
     return NSMakeRange(NSNotFound, 0);
 }
 
-// Mapping from 6 bit pattern to ASCII character.
-static unsigned char hexEncodeTable[16] = "0123456789ABCDEF";
+// Mapping from 4 bit pattern to ASCII character.
+static unsigned char hexEncodeTable[17] = "0123456789ABCDEF";
 
 // Definition for "masked-out" areas of the hexDecodeTable mapping
 #define xx 0xFF


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
What You Don't Know About Data Connectivity CAN Hurt You
This paper provides an overview of data connectivity, details
its effect on application quality, and explores various alternative
solutions. http://p.sf.net/sfu/progress-d2d
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to