mirror of
https://github.com/agdsn/ancient-weatherstation.git
synced 2026-06-19 23:07:59 +00:00
code cleaned
git-svn-id: file:///home/jan/tmp/wetterstation/trunk@201 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
@@ -117,7 +117,7 @@ label_list_ptr get_y_label_list(int c_hight, int padding){
|
||||
}
|
||||
|
||||
/* Bugfix: manchmal wird das obeste Label nicht angezeigt,
|
||||
* daher den Zaehler um eins erhöhen und wenn dabei ueber
|
||||
* daher den Zaehler um eins erhoehen und wenn dabei ueber
|
||||
* den Bereich hinaus, dann wieder eins runter */
|
||||
num++;
|
||||
if ((temp + ((num - 1) * interval)) > (real_max - 1))
|
||||
|
||||
Reference in New Issue
Block a user