Bug 362504 - Missing leading zero if the line number is smaller than 100
Summary: Missing leading zero if the line number is smaller than 100
Status: RESOLVED FIXED
Alias: None
Product: krazy
Classification: Developer tools
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Allen Winter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-30 15:27 UTC by Elvis Angelaccio
Modified: 2018-04-28 13:47 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Elvis Angelaccio 2016-04-30 15:27:51 UTC
Hi,
consider the following link (displayed in [1]): http://lxr.kde.org/source/kde/kdeutils/ark/kerfuffle/propertiesdialog.cpp#032

As you can see, the line number is 032 while it should be 0032.

[1]: http://ebn.kde.org/krazy/reports/kde-4.x/kdeutils/ark/index.html

Reproducible: Always

Steps to Reproduce:
Click on http://lxr.kde.org/source/kde/kdeutils/ark/kerfuffle/propertiesdialog.cpp#032

Actual Results:  
the page does not start from line 32

Expected Results:  
the page should start from line 32
Comment 1 Allen Winter 2016-04-30 21:29:14 UTC
strange.  the print format is "0000" which should mean to print 4 digits with leading zeros.
Comment 2 Allen Winter 2018-04-28 13:47:26 UTC
i'm pretty sure I fixed this.