Skip to content

Commit ba29d9a

Browse files
author
David Lee
committed
Set defailt last station to lower number to prevent memory crash
1 parent effec4e commit ba29d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meal_pager.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Meal_Pager* meal_pager_app_alloc() {
4747
app->first_station = 0;
4848
app->first_station_char = "0";
4949
app->last_station = 255;
50-
app->last_station_char = "255";
50+
app->last_station_char = "10";
5151
app->first_pager = 0;
5252
app->first_pager_char = "0";
5353
app->last_pager = 31;

0 commit comments

Comments
 (0)