You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2019/02/23 03:57:55 UTC

[couchdb-b64url] 14/31: Rename the resource to b64url_st

This is an automated email from the ASF dual-hosted git repository.

jaydoane pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-b64url.git

commit 48a3b66cab332d7b7e835488793596e31384db57
Author: Paul J. Davis <pa...@gmail.com>
AuthorDate: Wed Dec 4 14:00:26 2013 -0600

    Rename the resource to b64url_st
    
    Vestiges when this was in an app named couch_seqs.
---
 c_src/b64url.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/c_src/b64url.c b/c_src/b64url.c
index 604f21a..478468b 100644
--- a/c_src/b64url.c
+++ b/c_src/b64url.c
@@ -253,7 +253,7 @@ load(ErlNifEnv* env, void** priv, ENTERM info)
     }
 
     res = enif_open_resource_type(
-            env, NULL, "couch_seq", b64url_st_free, flags, NULL);
+            env, NULL, "b64url_st", b64url_st_free, flags, NULL);
     if(res == NULL) {
         return 1;
     }