Compilation files with misleading-indentation
Bug #1579529 reported by
Quick_Wango
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Telegram Desktop |
Confirmed
|
Undecided
|
auchri | ||
dee |
New
|
Undecided
|
Unassigned |
Bug Description
The compilation fails on my system (Archlinux) with a misleading-
The pos++ statement is probably supposed to be executed with every loop iteration and not just once after the loop.
tags: | added: compilation |
description: | updated |
Changed in telegram-desktop: | |
status: | New → Confirmed |
To post a comment you must log in.
Here a patch that fixes the problem