1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-01 10:46:45 +02:00

ugly partial fix for bug

This commit is contained in:
Jfreegman
2013-12-11 05:41:02 -05:00
parent ff30a29df1
commit 12e1a60ca3
2 changed files with 14 additions and 3 deletions

View File

@ -119,7 +119,6 @@ void fetch_hist_item(wchar_t *buf, size_t *pos, size_t *len, wchar_t (*hst)[MAX_
if (--(*hst_pos) < 0) {
++(*hst_pos);
beep();
return;
}
} else {
if (++(*hst_pos) == hst_tot) {