File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
MacroscopeDocument/MacroscopeDocument/DocumentTypes Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ private void ProcessPdfPage ()
106
106
Stream ResponseStream = res . GetResponseStream ( ) ;
107
107
List < byte > RawDataList = new List < byte > ( ) ;
108
108
byte [ ] RawData ;
109
+
109
110
do
110
111
{
111
112
int buf = ResponseStream . ReadByte ( ) ;
@@ -118,6 +119,7 @@ private void ProcessPdfPage ()
118
119
break ;
119
120
}
120
121
} while ( ResponseStream . CanRead ) ;
122
+
121
123
RawData = RawDataList . ToArray ( ) ;
122
124
this . ContentLength = RawData . Length ;
123
125
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ Section
57
57
58
58
SetOutPath " $INSTDIR\$SEOMacroscopeDir"
59
59
60
- File ..\\ bin\Release\*.*
60
+ File ..\bin\Release\*.*
61
61
62
62
WriteUninstaller " $INSTDIR\$SEOMacroscopeDir\$SEOMacroscopeUninstallExe.exe"
63
63
You can’t perform that action at this time.
0 commit comments