quoted-printable.c revision def516ea503a60f20d510c14d5070b7ff5bbddf4
/* Copyright (C) 2002 Timo Sirainen */
#include "lib.h"
#include "buffer.h"
#include "hex-binary.h"
#include "quoted-printable.h"
{
char hexbuf[3];
next = 0;
continue;
} else {
/* =<hex> */
break;
src_pos += 2;
} else {
/* non-hex data */
}
}
}
}