On 2024-03-20 07:32, Junio C Hamano wrote:
Dragan Simic <dsimic@xxxxxxxxxxx> writes:if (c == '"') { - quote = 1-quote; + quote = 1 - quote; continue;Obviously correct. Will queue.
Thanks.
On 2024-03-20 07:32, Junio C Hamano wrote:
Dragan Simic <dsimic@xxxxxxxxxxx> writes:if (c == '"') { - quote = 1-quote; + quote = 1 - quote; continue;Obviously correct. Will queue.
Thanks.