]> git.pond.sub.org Git - empserver/blobdiff - src/lib/commands/edit.c
Extend the common header of struct empobj to include uid
[empserver] / src / lib / commands / edit.c
index b15f8e018adb96ea729d867a9ea0fcc956b0f23d..6e678c8042155f014949d0bf3676b52873a8195c 100644 (file)
@@ -593,6 +593,7 @@ doland(char op, int arg, char *p, struct sctstr *sect)
            return RET_SYN;
        sect->sct_x = newx;
        sect->sct_y = newy;
+       sect->sct_uid = XYOFFSET(newx, newy);
        break;
     case 'D':
        if (!sarg_xy(p, &newx, &newy))