|  |  | @ -965,7 +965,7 @@ sub render_item_bytes { | 
			
		
	
		
		
			
				
					
					|  |  |  |     my $subtype = $item->getAttribute('ld:subtype'); |  |  |  |     my $subtype = $item->getAttribute('ld:subtype'); | 
			
		
	
		
		
			
				
					
					|  |  |  |     if ($subtype eq 'padding') { |  |  |  |     if ($subtype eq 'padding') { | 
			
		
	
		
		
			
				
					
					|  |  |  |     } elsif ($subtype eq 'static-string') { |  |  |  |     } elsif ($subtype eq 'static-string') { | 
			
		
	
		
		
			
				
					
					|  |  |  |         my $size = $item->getAttribute('size'); |  |  |  |         my $size = $item->getAttribute('size') || -1; | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         push @lines_rb, "static_string($size)"; |  |  |  |         push @lines_rb, "static_string($size)"; | 
			
		
	
		
		
			
				
					
					|  |  |  |     } else { |  |  |  |     } else { | 
			
		
	
		
		
			
				
					
					|  |  |  |         print "no render bytes $subtype\n"; |  |  |  |         print "no render bytes $subtype\n"; | 
			
		
	
	
		
		
			
				
					|  |  | 
 |