Export todo, and weird spacing.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4057 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2022-11-28 02:18:58 +00:00
parent 7ff09ed005
commit d48b8b0ae1
2 changed files with 3 additions and 2 deletions

View File

@ -292,13 +292,14 @@ static int _tf_command_export(const char* file, int argc, char* argv[])
else
{
const char* k_export[] = {
"/~cory/api",
"/~cory/admin",
"/~cory/api",
"/~cory/apps",
"/~cory/db",
"/~cory/docs",
"/~cory/follow",
"/~cory/ssblit",
"/~cory/todo",
};
for (int i = 0; i < (int)_countof(k_export); i++)
{

View File

@ -36,7 +36,7 @@ struct sockaddr_in;
enum {
k_id_base64_len = 57,
k_id_bin_len = 32,
k_blob_id_len = 53,
k_blob_id_len = 53,
};
typedef struct _tf_ssb_stats_t