File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ AppName=FreeFem++-win`'SIZEOFPTR-VERSION
22
22
AppVerName=FreeFem++ version VERSION (win SIZEOFPTR bits)
23
23
DefaultDirName={pf}\FreeFem++`'SUFF64
24
24
DefaultGroupName=FreeFem++`'SUFF64
25
-
25
+ PrivilegesRequired=admin
26
26
Compression=lzma
27
27
SolidCompression=yes
28
28
ChangesAssociations=yes
@@ -205,7 +205,7 @@ Name: modifypath; Description: &Add application directory to your system path (i
205
205
[ Code]
206
206
const
207
207
ModPathName = 'modifypath';
208
- ModPathType = 'user ';
208
+ ModPathType = 'system ';
209
209
210
210
function ModPathDir(): TArrayOfString;
211
211
begin
Original file line number Diff line number Diff line change @@ -267,6 +267,7 @@ int mylex::EatCommentAndSpace(string *data)
267
267
if (ifblock (' ~' )==1 ||ifblock (' `' )==1 ) {
268
268
LineNumber ();// eat CR ???
269
269
incomment=3 ;// in markdown
270
+ cnl=1 ; // starting line !!
270
271
}
271
272
if (incomment==1 )
272
273
{// normal case
@@ -332,6 +333,7 @@ int mylex::EatCommentAndSpace(string *data)
332
333
if (nnn.find (" ~~~freefem" )==0 ||nnn.find (" ```freefem" )==0 ) // we find => end MD
333
334
end = 1 ;
334
335
// cr eat by getline
336
+ cnl=1 ; // starting line !!
335
337
}
336
338
while (!source ().eof () && end == 0 ) ;
337
339
if (echo) cout << " \n " << setw (5 ) <<linenumber << this ->sep () ;
You can’t perform that action at this time.
0 commit comments