Fossil SCM

Deal with two C++-style comments. No functional changes.

danield 2023-07-24 11:58 trunk
Commit 99ab5cd8d646c6a5b07e911787ff053eecbc5d892887db6b74723e53a7f76b7c
2 files changed +1 -1 +1 -1
+1 -1
--- src/browse.c
+++ src/browse.c
@@ -467,11 +467,11 @@
467467
int size, /* Size for this entry */
468468
int sortOrder /* 0: filename, 1: mtime, 2: size */
469469
){
470470
int i;
471471
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
+
473473
/* Make pParent point to the most recent ancestor of zPath, or
474474
** NULL if there are no prior entires that are a container for zPath.
475475
*/
476476
pParent = pTree->pLast;
477477
while( pParent!=0 &&
478478
--- 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 @@
129129
X509 *x = 0;
130130
X509 *cert = 0;
131131
132132
in = BIO_new_mem_buf(pData, nData);
133133
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); */
135135
x = X509_new();
136136
if( x==0 ) goto end_of_ucfm;
137137
cert = PEM_read_bio_X509(in, &x, 0, 0);
138138
if( cert==0 ) goto end_of_ucfm;
139139
rc = SSL_CTX_use_certificate(ctx, x)<=0;
140140
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button