Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
7e09a085
Commit
7e09a085
authored
11 years ago
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed spelling error in comment.
parent
c7c8aff6
master
v19.17
v19.16
v19.15
v19.14
v19.13
v19.12
v19.11
v19.10
v19.9
v19.8
v19.7
v19.6
v19.5
v19.4
v19.3
v19.2
v19.1
v19.0
v18.18
v18.17
v18.16
v18.15
v18.14
v18.13
v18.12
v18.11
v18.10
v18.9
v18.8
before_dnn_serialization_cleanup
No related merge requests found
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sockets_kernel_2.cpp
dlib/sockets/sockets_kernel_2.cpp
+1
-1
No files found.
dlib/sockets/sockets_kernel_2.cpp
View file @
7e09a085
...
...
@@ -265,7 +265,7 @@ namespace dlib
hostent
*
address
;
unsigned
long
ipnum
=
inet_addr
(
ip
.
c_str
());
// if inet_addr cou
dl
n't convert ip then return an error
// if inet_addr cou
ld
n't convert ip then return an error
if
(
ipnum
==
INADDR_NONE
)
{
return
OTHER_ERROR
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment