Bug 362504

Summary: Missing leading zero if the line number is smaller than 100
Product: [Developer tools] krazy Reporter: Elvis Angelaccio <elvis.angelaccio>
Component: generalAssignee: Allen Winter <winter>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

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.