ObjFW  Diff

Differences From Artifact [e3742f904d]:

To Artifact [ff2c736c3a]:


234
235
236
237
238
239
240
241

242
243
244

245
246
247
248
249
250
251
234
235
236
237
238
239
240

241
242
243

244
245
246
247
248
249
250
251







-
+


-
+







		} else
			ctx->i--;

		break;
#endif
#ifdef OF_IOS
	case 'q': /* iOS uses this for PRI?64 */
		if (!appendSubformat(ctx, ctx->format + ctx->i, 1))
		if (!append_subfmt(ctx, ctx->fmt + ctx->i, 1))
			return false;

		ctx->lengthModifier = LENGTH_MODIFIER_LL;
		ctx->len_mod = LENGTH_MODIFIER_LL;

		break;
#endif
	default:
		ctx->i--;

		break;