Skip to content

Commit

Permalink
Fixed a crash when swapping compilers https://www.purebasic.fr/englis…
Browse files Browse the repository at this point in the history
  • Loading branch information
alphasnd committed Dec 17, 2019
1 parent 733ca65 commit efacde1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PureBasicIDE/StructureFunctions.pb
Original file line number Diff line number Diff line change
Expand Up @@ -697,8 +697,8 @@ Procedure FindStructureInterface(Name$, Type, List Output.s(), Recursion)
If CompareMemoryString(@Name$, @InterfaceList(i), #PB_String_NoCase) = #PB_String_Equal

; Request structure content
CompilerWrite("INTERFACE"+Chr(9)+Trim(Name$))
ForceDefaultCompiler()
CompilerWrite("INTERFACE"+Chr(9)+Trim(Name$))
Repeat
Response$ = CompilerRead()

Expand Down

0 comments on commit efacde1

Please sign in to comment.