ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Convert-UUlib/UUlib.xs
(Generate patch)

Comparing Convert-UUlib/UUlib.xs (file contents):
Revision 1.2 by root, Mon Jun 11 20:42:36 2001 UTC vs.
Revision 1.3 by root, Sun Mar 31 20:08:41 2002 UTC

82 if (strEQ(name, "QP_ENCODED")) return QP_ENCODED; 82 if (strEQ(name, "QP_ENCODED")) return QP_ENCODED;
83 case 'U': 83 case 'U':
84 if (strEQ(name, "UU_ENCODED")) return UU_ENCODED; 84 if (strEQ(name, "UU_ENCODED")) return UU_ENCODED;
85 case 'X': 85 case 'X':
86 if (strEQ(name, "XX_ENCODED")) return XX_ENCODED; 86 if (strEQ(name, "XX_ENCODED")) return XX_ENCODED;
87 case 'Y':
88 if (strEQ(name, "YENC_ENCODED")) return YENC_ENCODED;
87 } 89 }
88 errno = EINVAL; 90 errno = EINVAL;
89 return 0; 91 return 0;
90} 92}
91 93

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines