mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-03-18 16:41:35 +00:00
fix access
This commit is contained in:
parent
5aa4b5813c
commit
a43aff41cf
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@
|
|||
if ([stringScanner scanFloat:&v])
|
||||
{
|
||||
NSLog(@"GDB version string: %f", v);
|
||||
[debugger setDebuggerVersion:v];
|
||||
[self setDebuggerVersion:v];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue