/[VRac]/Screen.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /Screen.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 209 by dpavlin, Mon Apr 14 19:55:29 2008 UTC revision 212 by dpavlin, Mon Apr 14 21:26:32 2008 UTC
# Line 231  sub render_mem { Line 231  sub render_mem {
231          return unless $self->show_mem;          return unless $self->show_mem;
232    
233          my $pixels;          my $pixels;
234          if ( $# > 0 ) {          if ( defined $# ) {
235                  $pixels = pack("C*", @_);                  $pixels = pack("C*", @_);
236          } else {          } else {
237                  $pixels = shift;                  $pixels = shift;

Legend:
Removed from v.209  
changed lines
  Added in v.212

  ViewVC Help
Powered by ViewVC 1.1.26