ObjFW  Diff

Differences From Artifact [cdabadff8c]:

To Artifact [813833df71]:


200
201
202
203
204
205
206



207



208
209
210
211
212
213
214
200
201
202
203
204
205
206
207
208
209

210
211
212
213
214
215
216
217
218
219







+
+
+
-
+
+
+







		[of_stdout writeString: OF_LOCALIZED(@"progress_kib",
		    @"%[num] KiB",
		    @"num", num)];
	} else {
		OFString *num = [OFString stringWithFormat:
		    @"%jd", _resumedFrom + _received];
		[of_stdout writeString: OF_LOCALIZED(@"progress_bytes",
		    [@"["
		     @"    ["
		     @"        {'num == 1': '1 byte '},"
		    @"%[num] bytes",
		     @"        {'': '%[num] bytes'}"
		     @"    ]"
		     @"]" JSONValue],
		    @"num", num)];
	}

	[of_stdout writeString: @" "];

	if (_stopped)
		_BPS = (float)_received /