Fossil SCM
Deal with two C++-style comments. No functional changes.
Commit
99ab5cd8d646c6a5b07e911787ff053eecbc5d892887db6b74723e53a7f76b7c
Parent
73fe442a258179c…
2 files changed
+1
-1
+1
-1
+1
-1
| --- src/browse.c | ||
| +++ src/browse.c | ||
| @@ -467,11 +467,11 @@ | ||
| 467 | 467 | int size, /* Size for this entry */ |
| 468 | 468 | int sortOrder /* 0: filename, 1: mtime, 2: size */ |
| 469 | 469 | ){ |
| 470 | 470 | int i; |
| 471 | 471 | FileTreeNode *pParent; /* Parent (directory) of the next node to insert */ |
| 472 | -//fossil_print("<pre>zPath %s zUuid %s mtime %f size %d</pre>\n",zPath,zUuid,mtime,size); | |
| 472 | + | |
| 473 | 473 | /* Make pParent point to the most recent ancestor of zPath, or |
| 474 | 474 | ** NULL if there are no prior entires that are a container for zPath. |
| 475 | 475 | */ |
| 476 | 476 | pParent = pTree->pLast; |
| 477 | 477 | while( pParent!=0 && |
| 478 | 478 |
| --- src/browse.c | |
| +++ src/browse.c | |
| @@ -467,11 +467,11 @@ | |
| 467 | int size, /* Size for this entry */ |
| 468 | int sortOrder /* 0: filename, 1: mtime, 2: size */ |
| 469 | ){ |
| 470 | int i; |
| 471 | FileTreeNode *pParent; /* Parent (directory) of the next node to insert */ |
| 472 | //fossil_print("<pre>zPath %s zUuid %s mtime %f size %d</pre>\n",zPath,zUuid,mtime,size); |
| 473 | /* Make pParent point to the most recent ancestor of zPath, or |
| 474 | ** NULL if there are no prior entires that are a container for zPath. |
| 475 | */ |
| 476 | pParent = pTree->pLast; |
| 477 | while( pParent!=0 && |
| 478 |
| --- src/browse.c | |
| +++ src/browse.c | |
| @@ -467,11 +467,11 @@ | |
| 467 | int size, /* Size for this entry */ |
| 468 | int sortOrder /* 0: filename, 1: mtime, 2: size */ |
| 469 | ){ |
| 470 | int i; |
| 471 | FileTreeNode *pParent; /* Parent (directory) of the next node to insert */ |
| 472 | |
| 473 | /* Make pParent point to the most recent ancestor of zPath, or |
| 474 | ** NULL if there are no prior entires that are a container for zPath. |
| 475 | */ |
| 476 | pParent = pTree->pLast; |
| 477 | while( pParent!=0 && |
| 478 |
+1
-1
| --- src/http_ssl.c | ||
| +++ src/http_ssl.c | ||
| @@ -129,11 +129,11 @@ | ||
| 129 | 129 | X509 *x = 0; |
| 130 | 130 | X509 *cert = 0; |
| 131 | 131 | |
| 132 | 132 | in = BIO_new_mem_buf(pData, nData); |
| 133 | 133 | if( in==0 ) goto end_of_ucfm; |
| 134 | - // x = X509_new_ex(ctx->libctx, ctx->propq); | |
| 134 | + /* x = X509_new_ex(ctx->libctx, ctx->propq); */ | |
| 135 | 135 | x = X509_new(); |
| 136 | 136 | if( x==0 ) goto end_of_ucfm; |
| 137 | 137 | cert = PEM_read_bio_X509(in, &x, 0, 0); |
| 138 | 138 | if( cert==0 ) goto end_of_ucfm; |
| 139 | 139 | rc = SSL_CTX_use_certificate(ctx, x)<=0; |
| 140 | 140 |
| --- src/http_ssl.c | |
| +++ src/http_ssl.c | |
| @@ -129,11 +129,11 @@ | |
| 129 | X509 *x = 0; |
| 130 | X509 *cert = 0; |
| 131 | |
| 132 | in = BIO_new_mem_buf(pData, nData); |
| 133 | if( in==0 ) goto end_of_ucfm; |
| 134 | // x = X509_new_ex(ctx->libctx, ctx->propq); |
| 135 | x = X509_new(); |
| 136 | if( x==0 ) goto end_of_ucfm; |
| 137 | cert = PEM_read_bio_X509(in, &x, 0, 0); |
| 138 | if( cert==0 ) goto end_of_ucfm; |
| 139 | rc = SSL_CTX_use_certificate(ctx, x)<=0; |
| 140 |
| --- src/http_ssl.c | |
| +++ src/http_ssl.c | |
| @@ -129,11 +129,11 @@ | |
| 129 | X509 *x = 0; |
| 130 | X509 *cert = 0; |
| 131 | |
| 132 | in = BIO_new_mem_buf(pData, nData); |
| 133 | if( in==0 ) goto end_of_ucfm; |
| 134 | /* x = X509_new_ex(ctx->libctx, ctx->propq); */ |
| 135 | x = X509_new(); |
| 136 | if( x==0 ) goto end_of_ucfm; |
| 137 | cert = PEM_read_bio_X509(in, &x, 0, 0); |
| 138 | if( cert==0 ) goto end_of_ucfm; |
| 139 | rc = SSL_CTX_use_certificate(ctx, x)<=0; |
| 140 |