mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Fix bug where we printed the month number instead of the day number *blush*
llvm-svn: 7980
This commit is contained in:
parent
519d7f9e50
commit
532e368c8a
@ -6,7 +6,7 @@ set xlabel "Date" "TimesRoman,24"
|
||||
set ylabel "Lines of Code" "TimesRoman,24"
|
||||
set xdata time
|
||||
set timefmt "%Y-%m-%d:"
|
||||
set format x "%b %m, %Y"
|
||||
set format x "%b %d, %Y"
|
||||
|
||||
## Various labels for the graph
|
||||
set label "Removed\ndummy\nfunction" at "2003-07-30:", 150000
|
||||
|
Loading…
Reference in New Issue
Block a user