fixed bug with reading from standard input
This commit is contained in:
		
							parent
							
								
									9f01f909f6
								
							
						
					
					
						commit
						7de2babe56
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -75,7 +75,7 @@ compile(argc, argv) | ||||||
| 		break; | 		break; | ||||||
| 	case 0: | 	case 0: | ||||||
| 		FileName = ""; | 		FileName = ""; | ||||||
| 		WorkingDir = 0; | 		WorkingDir = ""; | ||||||
| 		break; | 		break; | ||||||
| 	default: | 	default: | ||||||
| 		FileName = argv[0]; | 		FileName = argv[0]; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue