Subversion Repositories uuid_mac_utils

Rev

Rev 10 | Rev 13 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10 Rev 11
Line 189... Line 189...
189
 
189
 
190
                                        if (($pb & 0x80) != 0) {
190
                                        if (($pb & 0x80) != 0) {
191
                                                // 2.48 and up => 2+ octets
191
                                                // 2.48 and up => 2+ octets
192
                                                // Output in "part 3"
192
                                                // Output in "part 3"
193
 
193
 
194
                                                if ($arcBeginning && ($pb == 0x80)) {
194
                                                if ($pb == 0x80) {
195
                                                        if ($verbose) fprintf(STDERR, "Encoding error. Illegal 0x80 paddings. (See Rec. ITU-T X.690, clause 8.19.2)\n");
195
                                                        if ($verbose) fprintf(STDERR, "Encoding error. Illegal 0x80 paddings. (See Rec. ITU-T X.690, clause 8.19.2)\n");
196
                                                        return false;
196
                                                        return false;
197
                                                } else {
197
                                                } else {
198
                                                        $arcBeginning = false;
198
                                                        $arcBeginning = false;
199
                                                }
199
                                                }