ObjFW  Diff

Differences From Artifact [c2066f8693]:

To Artifact [aa261c5ddc]:


63
64
65
66
67
68
69




70
71
72
73
74
75
76
				append = "'";
				append_len = 6;
				break;
			case '&':
				append = "&";
				append_len = 5;
				break;




			default:
				append = NULL;
				append_len = 0;
		}

		if (append != NULL) {
			if ((tmp = realloc(str_c, len + append_len)) == NULL) {







>
>
>
>







63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
				append = "'";
				append_len = 6;
				break;
			case '&':
				append = "&";
				append_len = 5;
				break;
			case '\r':
				append = "
";
				append_len = 5;
				break;
			default:
				append = NULL;
				append_len = 0;
		}

		if (append != NULL) {
			if ((tmp = realloc(str_c, len + append_len)) == NULL) {