fixed compile and runtime errors
This commit is contained in:
		
							parent
							
								
									aa94d80145
								
							
						
					
					
						commit
						2cfb92d97b
					
				@ -1,4 +1,6 @@
 | 
			
		||||
# Initial test script
 | 
			
		||||
import upiwin_tmp
 | 
			
		||||
 | 
			
		||||
FBPRIMCLR_BLACK = 0x0000
 | 
			
		||||
FBPRIMCLR_RED = 0xF800
 | 
			
		||||
FBPRIMCLR_GREEN = 0x07E0
 | 
			
		||||
 | 
			
		||||
@ -163,7 +163,7 @@ static HRESULT parse_cmdline(int argc, char *argv[], GLOBAL_CONFIG *parsed)
 | 
			
		||||
  }
 | 
			
		||||
  else
 | 
			
		||||
  {
 | 
			
		||||
    fprintf(stderr, "%s: no script specified\n", argv[0], c);
 | 
			
		||||
    fprintf(stderr, "%s: no script specified\n", argv[0]);
 | 
			
		||||
    return UPIWIN_E_NOSCRIPT;
 | 
			
		||||
  }
 | 
			
		||||
  
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user