mirror of
https://github.com/gnustep/libs-gsweb.git
synced 2025-04-22 23:11:15 +00:00
o fix in -_wildcardedResponse:
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gsweb/trunk@18347 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2ec3d94253
commit
7e2a465412
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ RCS_ID("$Id$")
|
|||
range:NSMakeRange(0,[contentString length])];
|
||||
};
|
||||
|
||||
applicationURLPrefix=[NSString stringWithString:(NSString*)[_request _applicationURLPrefix]];
|
||||
applicationURLPrefix=[_request _applicationURLPrefix];
|
||||
NSDebugMLLog(@"GSWRecording",@"applicationURLPrefix=%@",
|
||||
applicationURLPrefix);
|
||||
NSAssert(applicationURLPrefix,@"No applicationURLPrefix");
|
||||
|
|
Loading…
Reference in a new issue