Permalink
Browse files

fixes

  • Loading branch information...
1 parent 03795f5 commit 853e769895c0b8a369038db49d7def205d0b8687 root committed May 5, 2016
Showing with 1 addition and 2 deletions.
  1. +1 −2 modules/printengine.pl
View
@@ -221,10 +221,9 @@
$fb->blit_write(
$fb->load_image(
{ 'center' => $fb->{'CENTER_XY'},
- 'file' => '$dir/$pics[0]', # Usually needs full path
+ 'file' => "$dir/$pics[0]" # Usually needs full path
}
)
);
$fb->clear_screen('ON');
-

0 comments on commit 853e769

Please sign in to comment.