<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -777,11 +777,13 @@ const char* bc_strerror(int err)
 	case 0:
 		return &quot;Success&quot;;
 	case BCERR_INVALID_INPUT:
-		return &quot;Invalid input&quot;;
+		return &quot;Invalid input - input must contain only 0s or 1s; &quot;
+			&quot;partial results shown&quot;;
 	case BCERR_PARITY_MISMATCH:
 		return &quot;Parity mismatch&quot;;
 	case BCERR_NO_FORMAT_FILE:
-		return &quot;No format file&quot;;
+		return &quot;No formats file - make sure formats.txt is in the &quot;
+			&quot;current directory&quot;;
 	case BCERR_PCRE_COMPILE_FAILED:
 		return &quot;PCRE compile failed&quot;;
 	case BCERR_FORMAT_MISSING_PERIOD:
@@ -789,7 +791,8 @@ const char* bc_strerror(int err)
 	case BCERR_FORMAT_MISSING_NAME:
 		return &quot;Format missing name&quot;;
 	case BCERR_NO_MATCHING_FORMAT:
-		return &quot;No matching format&quot;;
+		return &quot;No matching format - to recognize the fields in this &quot;
+			&quot;data, add a format to formats.txt&quot;;
 	case BCERR_BAD_FORMAT_ENCODING_TYPE:
 		return &quot;Bad format encoding type&quot;;
 	case BCERR_FORMAT_MISSING_RE:</diff>
      <filename>bitconvert.c</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6d1c8917a43fa76b7948e26fa943db1a2a379bb2</id>
    </parent>
  </parents>
  <author>
    <name>Denver Gingerich</name>
    <email>denver@ossguy.com</email>
  </author>
  <url>http://github.com/ossguy/libbitconvert/commit/a69cd94b71d3aa315d2bb2cd0e305f3c21404adc</url>
  <id>a69cd94b71d3aa315d2bb2cd0e305f3c21404adc</id>
  <committed-date>2009-05-27T06:45:21-07:00</committed-date>
  <authored-date>2009-05-27T06:45:21-07:00</authored-date>
  <message>make common error strings more descriptive

Add more descriptive error strings for common errors, namely
BCERR_INVALID_INPUT, BCERR_NO_FORMAT_FILE, and BCERR_NO_MATCHING_FORMAT.</message>
  <tree>f060b20247d0eae73ede2657b513c82d6010cbc4</tree>
  <committer>
    <name>Denver Gingerich</name>
    <email>denver@ossguy.com</email>
  </committer>
</commit>
