merge changes on 0.9.9 branch
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5161 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -78,7 +78,7 @@ getstring(void)
|
||||
int i = 0;
|
||||
int c;
|
||||
int backslash = 0;
|
||||
while((c = getc(yyin)) != EOF){
|
||||
while((c = input()) != EOF){
|
||||
if(backslash) {
|
||||
if(c == 'n')
|
||||
c = '\n';
|
||||
|
Reference in New Issue
Block a user