init snow 2
This commit is contained in:
		
							parent
							
								
									000827de7c
								
							
						
					
					
						commit
						dc5cdfdbe8
					
				|  | @ -36,6 +36,7 @@ | |||
|                 (set! word "")) | ||||
|                ((eq? (string-ref s i) #\newline) | ||||
|                 #t));;(string-set! s i "" | ||||
|           | ||||
|          (set! word (string-append word (string (string-ref s i)))))))) | ||||
| 
 | ||||
| (define (read-in-file-contents filename) | ||||
|  | @ -52,7 +53,9 @@ | |||
|              #\") | ||||
|         (do ((i index (+ i 1))) | ||||
|             ((eq? (string-ref s i) #\") | ||||
|              (string-append s (string #\"))) | ||||
|              (string-append s (string #\")) | ||||
|              i) | ||||
|            | ||||
|           (set! word (string-append word (string (string-ref s i))))) | ||||
|         (error "parse-for-url : malformed url string")))) | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 erana
						erana