mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: perl-pdl: Clarify return value.
* gnu/packages/patches/pdl-2.019-glut-bitmap-fonts.patch: Modify. Change-Id: Ib32237ddde43cd0c743074372e2fb8cb2693f52e
This commit is contained in:
parent
78c4d00ab0
commit
cd018214a3
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ License: Same as Perl.
|
|||
+ }
|
||||
+ return $this->{font_cache}{$cache_key};
|
||||
+ } else {
|
||||
+ OpenGL::glpRasterFont($args[0],$args[1],$args[2],$this->{Display});
|
||||
+ return OpenGL::glpRasterFont($args[0],$args[1],$args[2],$this->{Display});
|
||||
+ }
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue