mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
spacing
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: rdata.c,v 1.143 2001/03/06 22:10:33 marka Exp $ */
|
/* $Id: rdata.c,v 1.144 2001/07/06 20:15:08 gson Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
@@ -1379,7 +1379,7 @@ txt_fromtext(isc_textregion_t *source, isc_buffer_t *target) {
|
|||||||
if (nrem > 255)
|
if (nrem > 255)
|
||||||
nrem = 255;
|
nrem = 255;
|
||||||
while (n-- != 0) {
|
while (n-- != 0) {
|
||||||
c = (*s++)&0xff;
|
c = (*s++) & 0xff;
|
||||||
if (escape && (d = decvalue((char)c)) != -1) {
|
if (escape && (d = decvalue((char)c)) != -1) {
|
||||||
c = d;
|
c = d;
|
||||||
if (n == 0)
|
if (n == 0)
|
||||||
|
Reference in New Issue
Block a user