This website works better with JavaScript.
Home
Explore
Help
Sign In
Patrick
/
Kouglof2
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Version 1.03
master
Patrick Foubet
10 months ago
parent
9cb7d5d3f6
commit
05448aa9be
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
octave.c
+ 1
- 1
octave.c
View File
@@ -336,7 +336,7 @@ int t,v;
if (t==0) return 1;
if ((v=isCidr(w)) > 0) { /* test si CIDR */
addCidr(w);
NbAddCidrs += (int)(1<<v);
NbAddCidrs += (int)(1<<
(32-
v
)
);
return 1;
}
if ((v=isCidr6(w)) > 0) { /* test si CIDR6 */
Write
Preview
Loading…
Cancel
Save