/[RFID]/3m-810.pl
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 /3m-810.pl

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

revision 23 by dpavlin, Sat Mar 28 03:47:10 2009 UTC revision 24 by dpavlin, Sat Mar 28 14:20:27 2009 UTC
# Line 127  cmd( 'D6 00  05   FE     00  05 Line 127  cmd( 'D6 00  05   FE     00  05
127                          print "no tags in range\n";                          print "no tags in range\n";
128                          update_visible_tags();                          update_visible_tags();
129                          meteor( -1, "No tags in range" );                          meteor( -1, "No tags in range" );
130                            $tags_data = {};
131                  } else {                  } else {
132    
133                          my $tags = substr( $rest, 1 );                          my $tags = substr( $rest, 1 );
# Line 145  cmd( 'D6 00  05   FE     00  05 Line 146  cmd( 'D6 00  05   FE     00  05
146                          meteor( 0, "Tags:<ul>$html</ul>" );                          meteor( 0, "Tags:<ul>$html</ul>" );
147                  }                  }
148          }          }
149  ) foreach ( 1 .. 1000 );  ) while(1);
150    #) foreach ( 1 .. 100 );
151    
152    
153    

Legend:
Removed from v.23  
changed lines
  Added in v.24

  ViewVC Help
Powered by ViewVC 1.1.26