Mercurial > hg > octave-lyh
comparison src/input.cc @ 2327:b2f6b8a0992d
[project @ 1996-07-16 15:53:41 by jwe]
author | jwe |
---|---|
date | Tue, 16 Jul 1996 15:53:41 +0000 |
parents | f296bbc757a1 |
children | a88c5cc51f62 |
comparison
equal
deleted
inserted
replaced
2326:7ffb2a630708 | 2327:b2f6b8a0992d |
---|---|
285 temp = Vuser_name; | 285 temp = Vuser_name; |
286 | 286 |
287 goto add_string; | 287 goto add_string; |
288 } | 288 } |
289 | 289 |
290 case 'H': | |
291 { | |
292 temp = Vhost_name; | |
293 | |
294 goto add_string; | |
295 } | |
296 | |
290 case 'h': | 297 case 'h': |
291 { | |
292 temp = Vhost_name; | |
293 | |
294 goto add_string; | |
295 } | |
296 | |
297 case 'H': | |
298 { | 298 { |
299 temp = Vhost_name; | 299 temp = Vhost_name; |
300 | 300 |
301 size_t pos = temp.find ('.'); | 301 size_t pos = temp.find ('.'); |
302 | 302 |