]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Server/tests/server_test.cpp
Se ponen flags del compilador para libxml2 con pkg-config.
[z.facultad/75.42/plaqui.git] / Server / tests / server_test.cpp
index 323341318652281ec42297770d8012809cdfd3b5..2cd23ddb0f472d6cbcaaaec965f0869e15ba4cc1 100644 (file)
@@ -53,7 +53,7 @@ int main(int argc, char* argv[]) {
                // Si tiene 2 parámetros.
                if (argc > 2) {
                        // Obtengo puerto.
-                       stringstream ss(argv[1]);
+                       stringstream ss(argv[2]);
                        ss >> port;
                }
        }